home *** CD-ROM | disk | FTP | other *** search
/ Alles Voor Internet / Tout Pour Internet / alles voor internet.iso / MacInternet™ / Telnet / Comet.3.0.7 Folder / ibm-host-software / DOWNLOAD.HELPCMS < prev    next >
Text File  |  1988-06-28  |  3KB  |  61 lines

  1. .cs 1 on
  2. DOWNLOAD
  3.  
  4. The DOWNLOAD command transfers CMS files to your IBM PC or Macintosh.
  5.     (Cornell EXEC)
  6.  
  7. .cs 1 off
  8. .cs 2 on
  9. The format of the DOWNLOAD command is:
  10.  
  11. +----------+------------------------------------------------------------------+
  12. | DOWNLOAD | fn ft <fm <<">target_file<">>> <(options<)>>                     |
  13. |          |                                                                  |
  14. |          | options:                                                         |
  15. |          |                                                                  |
  16. |          | <REPlace> <BINary>                                               |
  17. +----------+------------------------------------------------------------------+
  18.  
  19. .cs 2 off
  20. .cs 3 on
  21. where:
  22.  
  23. fn ft fm  specifies the file name of the CMS file to download.  The default for
  24.           fm is A and is required if you want to specify a target file.
  25.  
  26. target_file
  27.           is the name for the file on the micro.  If you don't specify
  28.           one it defaults to the concatenation of fn and ft (e.g., fn.ft).
  29.           If the name contains spaces, you should enclose it in quotation
  30.           marks.  Slashes ('/') are translated by the microcomputer;
  31.           on the PC, they are changed to back-slashes('\'), while on the
  32.           Macintosh they are changed to colons (':').
  33.  
  34. REPLACE   specifies that an incoming file from CMS will overwrite any file with
  35.           that name that already exists on the micro.  If you do not specify
  36.           REPLACE, DOWNLOAD will stop with an error message without
  37.           overwriting the file if a file with the same name already exists.
  38.  
  39. BINARY    causes the file to be downloaded as a binary file.  By default
  40.           the program will perform EBCDIC/ASCII translation, strip
  41.           trailing blanks off fixed length records, and insert linefeeds
  42.           in the local file at the end of each line from the CMS file.
  43.  
  44. .cs 3 off
  45. .cs 5 on
  46. Usage Notes:
  47.  
  48. 1.  The UPLOAD EXEC part of the FT3270 and FTC19 file transfer programs
  49.     translates ASCII backslashes to EBCDIC cents signs (hexidecimal code 4A)
  50.     when sending a file from a micro to the mainframe, and DOWNLOAD translates
  51.     EBCDIC backslashes similarly when transferring a file from the
  52.     mainframe to a micro.  If you use UPLOAD EXEC to upload C programs from a
  53.     micro you will have to change all 4A codes to E0 codes in these C programs
  54.     before running them with a C compiler on the mainframe, and change E0 codes
  55.     to 4A codes before downloading C programs from the mainframe to a micro
  56.     using DOWNLOAD EXEC.
  57.  
  58. Examples:
  59.  
  60. .cs 5 off
  61.